Members 
The Type Parameter, expected types are Double, DateTime etc...
IRange<T> Interface
Defines the generic interface to a Range (Min, Max), used throughout SciChart for visible, data and index range calculations
Syntax
public interface IRange<T> : IRange  
where T: IComparable
Type Parameters
T
The Type Parameter, expected types are Double, DateTime etc...
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also